Skip to content

Allow copy of date objects #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 6, 2021

Conversation

stellasia
Copy link
Contributor

Proposal to fix #523

Peter Wilhelmsson and others added 8 commits November 13, 2020 13:13
Should use SSLContext.load_default_certs to load system CAs properly on
all platforms including Windows. SSLContext.set_default_verify_paths
worked fine on Linux based OSes. load_default_certs is new in Python
3.4.
Proper initialization of system CAs on Windows
During rolling upgrades of clusters the handshake can be interrupted and
a read during handshake can fail, this should be retried. Change the
exception raised for this condition.
These errors from server should trigger a retry:
  Neo.ClientError.Cluster.NotALeader
  Neo.ClientError.General.ForbiddenOnReadOnlyDatabase
…to allow-copy-of-date-objects

� Conflicts:
�	neo4j/io/_bolt4x1.py
�	neo4j/io/_courier.py
@robsdedude
Copy link
Member

Thanks for your proposed change, @stellasia! Looks good to me. Please take the time to sign our CLA. Currently, the pipelines are a little unstable. Once I've fixed that and you've signed the CLA, I'll happily merge this PR.

@stellasia
Copy link
Contributor Author

CLA signed :) I do not have access to the TeamCity workflow, I don't know if it is related to the pipeline failure.

@robsdedude
Copy link
Member

Yes, the pipelines are built to fail if the CLA is not signed. All green now. Thanks again 👍

@robsdedude robsdedude merged commit 567f342 into neo4j:4.3 Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot (deep)copy a Date or DateTime object
3 participants